Scripting > CxScript > Points Object

Points Object

The Points object works in conjunction with a HyperPoint and can be thought of as a collection of points for a HyperPoint Script to monitor. Typically, tags are added to the Points object in the HyperPoint’s OnInitializeEx event.

The Points object is intrinsic to both the HyperPoint Scripting Service and CygNet Studio, but can be used by any automation-compatible container (Microsoft Visual Basic, Microsoft Word, Active Server Pages).

Declare the object using the following code:

CreateObject("CxScript.Points")

Each method in this document assumes you have declared the Points object using the following code:

Dim Points

Set Points = CreateObject("CxScript.Points")

 

Note: The Points object is automatically provided in CygNet Studio as the global Points object, so you usually do not need to create a CxScript.Points object.


More:


Let us know how we can improve this topic.

CygNet at weatherford.com

© 2020 Weatherford. All rights reserved.